Add `cargo test --doc`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 14 Apr 2016 17:37:16 +0000 (10:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 15 Apr 2016 23:56:35 +0000 (16:56 -0700)
commita63c6421e370c77a70f56ad3a2a9f097f5cad219
treeeb9d0f4dbb52d1085868b8ea2fa2f41c8b151999
parent88e30811d3f85a881452d22a852714c7e440ddad
Add `cargo test --doc`

Supports testing only the documentation (like `--lib`, `--bin`, etc).
src/bin/bench.rs
src/bin/test.rs
src/cargo/ops/cargo_test.rs
tests/test_cargo_test.rs